From: Richard M. Stallman Date: Fri, 21 May 1993 16:37:35 +0000 (+0000) Subject: (lisp-body-indent): Add doc. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96127 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ab69b2fb30766ce9175344b92e6a5108b5d7244f;p=emacs.git (lisp-body-indent): Add doc. --- diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index c349d594e4b..4a75b4c4097 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -426,7 +426,8 @@ of the start of the containing expression." (method (funcall method state indent-point))))))) -(defconst lisp-body-indent 2 "") +(defconst lisp-body-indent 2 + "Number of columns to indent the second line of a `(def...)' form.") (defun lisp-indent-specform (count state indent-point normal-indent) (let ((containing-form-start (elt state 1))